-
Goal
-
State Definition
-
Action Definition
==========
Goal
State Definition
Action Definition
将优化表述为可解或近似可解的问题(SARP模型)
理解问题:
建立仿真
迁移学习
可调节参数:
限制最大扭矩,最大功率,最高转速,热管理,VCU标定,电池SOC标定
\documentclass[margin=10pt]{standalone} \usepackage{tkz-kiviat} \begin{document} \begin{tikzpicture}[label distance=.15cm] \tkzKiviatDiagram[radial style/.style ={-}, lattice style/.style ={blue!30}]% {acc,eco,safety,stabil,NVH,comf} \tkzKiviatLine[thick,color=red, mark=ball, ball color=red, mark size=4pt, fill=red!20](10,8,8,10,10,10) \tkzKiviatLine[thick,color=blue,mark=ball, ball color=blue, mark size=4pt, fill=blue!20, opacity=.5](8,9,9.5,10,9.5,8) \tkzKiviatLine[thick,color=green,mark=ball, ball color=green, mark size=4pt, fill=blue!20, opacity=.5](7,10,9.5,10,9,7) \end{tikzpicture} \end{document}